'Declaration
Public Overloads Sub Read( _ ByVal Array() As System.Byte, _ Optional ByVal readBehaviours As ReadBehaviours _ )
'Usage
Dim instance As DicomImage Dim Array() As System.Byte Dim readBehaviours As ReadBehaviours instance.Read(Array, readBehaviours)
public void Read( System.byte[] Array, ReadBehaviours readBehaviours )
public procedure Read( Array: System.Bytearray of; readBehaviours: ReadBehaviours );
public function Read( Array : System.byte[], readBehaviours : ReadBehaviours );
public: void Read( System.byte[]* Array, ReadBehaviours* readBehaviours )
public: void Read( System.array<byte>^ Array, ReadBehaviours^ readBehaviours )
Parameters
- Array
Byte Array to read
- readBehaviours
The behaviours to be used when reading this stream